home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir31 / limed1.zip / README.BAT < prev   
DOS Batch File  |  1994-03-11  |  264b  |  9 lines

  1. echo off
  2. rem README.BAT
  3. cls
  4. echo This batch file displays LIMEDEMO.TXT in pages
  5. echo (the DOS command MORE must be in the path)
  6. echo Type Control + C and answer Y to exit
  7. echo Use COPY LIMEDEMO.TXT PRN: to print out the file.
  8. pause
  9. type limedemo.txt | more